home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 1994 January / ARPL-Jan94-Disc2of2-Partner-Edition.iso / Applications / Databases / GQL V3.1 Demo Folder / GQL⁄User / GQL_User.rsrc / STR#_1912.txt < prev    next >
Encoding:
Text File  |  1993-07-07  |  250 b   |  29 lines

  1. add_months(x, n)
  2.  
  3. decode(x, 'abc', 'ABC')
  4.  
  5. initcap(x)
  6.  
  7. instr(x, 'a', m, n)
  8.  
  9. length(x)
  10.  
  11. lpad(x, n, 'a')
  12.  
  13. months_between(x, TODAY)
  14.  
  15. nextday(x, 'WEDNESDAY')
  16.  
  17. power(x, n)
  18.  
  19. round(x, n)
  20.  
  21. sign(x)
  22.  
  23. substr(x, m, n)
  24.  
  25. translate(x, 'a, b', 'A, B')
  26.  
  27. trunc(x, n)
  28.  
  29.